/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	background: #fff;
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 0;
}
.news-list-view .header a {
    margin-right: 10px;
    display: block;
}
.news h3 a:after {
	content: '';
	/* font-size: 30px; */
	/* font-family: Dinlight; */
	/* text-align: right; */
	display: inline;
	float: right;
	background-image: url('../images/guilles_right.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 13px;
	width: 7px;
	background-size: 7px 13px;
	margin-top: 1px;
    margin-right: -10px;
}
.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
    display: none;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 1px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
	padding: 1px 2px;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* list view */
.news-list-view .news-list-category span {
	background: #000;
	color: #fff;
	display: inline-block;
	font-family: DIN, 'Arial Narrow', Arial, non-serif;
	font-size: 16px;
	line-height: 18px;
	padding: 2px 8px 0;
    float: right;
}

.news-list-view .news-list-category {
    border-top: 1px solid #000;
    height: 20px;
    margin-top: 40px;
}

.news .news-list-view .news-img-wrap ,
.news .news-list-view .news-img-wrap a ,
.news .news-list-view .news-img-wrap img {
    float: none;
}
/* first news */
.news-list-inner .news-list-category:first-child {
    margin-top: 0;
}
.news-list-date {
    font-family: dinmedium, 'Arial Narrow', Arial, non-serif;
    color: #888;
    font-size: 12px;
    display:none;
}
/* single view */
.news-single h2 {
    margin-top: 0;
}
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
	float: right;
	width: 236px;
	margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
	float: none;
    margin-bottom: 5px;
}

.news-single .article .news-img-wrap.big {
	float: none;
	width: 504px;
	margin: 0 0 25px 0;
    display: block;
}
.news-img-wrap.big .outer.first a {
    float:none;
    display:block;
}
.news-img-wrap.big .outer {
    display: inline-block;
}
.news-img-wrap.big .outer.first {
    display: block;
    width: 504px;
}
.news-single .teaser-text {
	font-size: 18px;
    line-height: 23px;
    color: #333;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
    color: #666;
    font-family: Din, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
}

.news-backlink-wrap {
    margin: 10px 0 30px;
}
.news-backlink-wrap a {
    font-family: din, 'Arial Narrow', Arial, non-serif;
    font-size: 16px;
    color: #547991;
    background-color: #B5C5D4;
    display: inline-block;
    padding: 6px 5px 3px 25px;
    margin-top: 20px;
    border: none;
    width: auto;
    background-image: url('../images/guilles_left.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 7px 13px;
}
.news-backlink-wrap a:hover {
    background-color: #547991;
    color: white;
    background-image: url('../images/guilles_left_white.png');
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}



/* Big Slider */
.news-list-view.news-layout-2 {
	width: 496px;
	height: 536px;
	overflow: hidden;
}
.news-list-view.news-layout-2 .news-list-inner {
	position: relative;
	top: 0;
	-webkit-transition-duration: 0.9s;
	   -moz-transition-duration: 0.9s;
	    -ms-transition-duration: 0.9s;
	     -o-transition-duration: 0.9s;
	        transition-duration: 0.9s;
	-webkit-transition-timing-function: cubic-bezier(0.3,0.1,0.1,1);
	   -moz-transition-timing-function: cubic-bezier(0.3,0.1,0.1,1);
	    -ms-transition-timing-function: cubic-bezier(0.3,0.1,0.1,1);
	     -o-transition-timing-function: cubic-bezier(0.3,0.1,0.1,1);
	        transition-timing-function: cubic-bezier(0.3,0.1,0.1,1);
}
.news-list-view.news-layout-2 .article {
	position:relative;
	height: 260px;
	padding: 4px 0;
	margin: 0;
}
.news-list-view.news-layout-2 .header {
	position: absolute;
	text-align: right;
	width: 100%;
}
.news-list-view.news-layout-2 .news-list-category {
	background: #000;
	color: #fff;
	display: inline-block;
	font-family: DIN, 'Arial Narrow', Arial, non-serif;
	font-size: 22px;
	line-height: 26px;
	padding: 2px 8px 0;
    height: auto;
    margin-top: 0;
}
.news-list-view.news-layout-2 h3 {
	margin-bottom: 0;
	background-color: rgba(255,255,255,0.8);
	display: inline-block;
	font-size: 32px;
	line-height: 36px;
	padding: 5px 8px 0;
}
.news-list-view.news-layout-2 .news-img-wrap {
	float: none;
	margin:  0;
}
.news-list-view.news-layout-2 .teaser-text {
	margin: 0;
	position: absolute;
	bottom: 4px;
	padding: 3px 8px;
	background: rgba(255,255,255,0);
	-webkit-transform-origin: right;
	   -moz-transform-origin: right;
	    -ms-transform-origin: right;
	     -o-transform-origin: right;
	        transform-origin: right;
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
	    -ms-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transform: scale(0,1);
	   -moz-transform: scale(0,1);
	    -ms-transform: scale(0,1);
	     -o-transform: scale(0,1);
	        transform: scale(0,1);
	-webkit-transition-timing-function: cubic-bezier(0,0,0.05,1);
	   -moz-transition-timing-function: cubic-bezier(0,0,0.05,1);
	    -ms-transition-timing-function: cubic-bezier(0,0,0.05,1);
	     -o-transition-timing-function: cubic-bezier(0,0,0.05,1);
	        transition-timing-function: cubic-bezier(0,0,0.05,1);
}
.news-list-view.news-layout-2 .article:hover .teaser-text {
	-webkit-transform:scale(1,1);
	   -moz-transform:scale(1,1);
	    -ms-transform:scale(1,1);
	     -o-transform:scale(1,1);
	        transform:scale(1,1);
	background: rgba(255,255,255,0.85);
}
.news-list-up, .news-list-down {
	display: block;
	height: 27px;
	width:80px;
	background-repeat: no-repeat;
	background-image: url(../images/guilles_updown.png);
	margin: 0 auto;
    cursor: pointer;
}
.news-list-up {
	background-position: -80px 0;
}
.news-list-up:hover {
	background-position: 0 0;
}
.news-list-down {
	background-position: -80px -27px;
}
.news-list-down:hover {
	background-position: 0 -27px;
}
.news .news-layout-2 h3 a:after {
	content: none;
}
.news-list-view.news-layout-2 .header {
    border-top: none;
}
.news-list-up.inactive, .news-list-down.inactive {
    cursor: default;
    opacity: 0.15;
}
/* title only */
.news-list-view.news-layout-16 .article, 
.news-list-view.news-layout-17 .article {
    margin-bottom: 0;
    padding-bottom: 9px;
    border-bottom: 1px solid #98afbd;
}
